home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9107 / c_file1 < prev    next >
Text File  |  1991-06-03  |  526b  |  11 lines

  1. d4buf_init(131072,65536,1024); // Try to allocate 128k for use by
  2.                          // the system. If this fails decrease by 
  3.                                // 1k increments until success or
  4.                          // the 64k lower limit is reached.
  5. d4buf_total(500, 25, 1);       // Now give enough memory to the
  6.                          // currently selected data base to
  7.                                // provide enough room for 500
  8.                          // records in 25 buffers 
  9. d4buf_unit(20);                // Make each buffer big enough to
  10.                          // hold 20 records.
  11.